@charset "utf-8";
/* CSS Document */

html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td { margin: 0; padding: 0; }
img { border: 0 none; vertical-align: top; }
ul, li { list-style-type: none; }
h1{ font-size:22px;}
h2{ font-size:18px;}
body, input, select, button, textarea { font-size: 13px; font-family:"微软雅黑";  }
button { cursor: pointer; }
i, em, cite { font-style: normal; }
body { background: #fff; color: #333;}
a, a:link { color: #333; text-decoration: none; }
a:visited {  }
a:active, a:hover { text-decoration: underline; }
a:focus { outline: none; }

.fixed:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.fixed { display: block; min-height: 1%; }
*html .fixed { height: 1%; }
.more { float: right; }
.more a { font-weight: normal; font-size: 12px; }
h3 {font-family: "微软雅黑";
    font-size: 13px; font-weight:100;}


/** footer **/
.footer { width: 100%; background: #333; padding: 30px 0; }
.footer p { text-align: center; color: #999; line-height: 2; }
.footer p a { color: #999; }
